From a074d48d8b34477acea60243b1f1347ea39b80dd Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Mon, 19 Apr 2021 09:51:51 +0200 Subject: [PATCH] Add missing includes for GCC 11 (bsc#1181874) Gbp-Pq: Name 0001-Add-missing-includes-for-GCC-11-bsc-1181874.patch --- tests/zypp/StringV_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/zypp/StringV_test.cc b/tests/zypp/StringV_test.cc index 5c47a03..477aa8b 100644 --- a/tests/zypp/StringV_test.cc +++ b/tests/zypp/StringV_test.cc @@ -1,6 +1,7 @@ #include #include #include +#include #include using std::cout; -- 2.30.2